﻿2026-07-22T07:50:23.4993371Z ##[group]Run set -euo pipefail
2026-07-22T07:50:23.4993738Z [36;1mset -euo pipefail[0m
2026-07-22T07:50:23.4993980Z [36;1mPIN=0c95435[0m
2026-07-22T07:50:23.4994218Z [36;1mCACHE="$HOME/spt-n1-oldbroker"[0m
2026-07-22T07:50:23.4994489Z [36;1mBIN="$CACHE/target/debug/spt"[0m
2026-07-22T07:50:23.4994862Z [36;1m# Self-healing cache: rebuild the pin only when it moves. Clone OUTSIDE[0m
2026-07-22T07:50:23.4995324Z [36;1m# the workspace (a clone inside gets adopted by the cargo workspace).[0m
2026-07-22T07:50:23.4995811Z [36;1mif [ ! -x "$BIN" ] || [ "$(cat "$CACHE/.builtpin" 2>/dev/null || true)" != "$PIN" ]; then[0m
2026-07-22T07:50:23.4996202Z [36;1m  rm -rf "$CACHE"[0m
2026-07-22T07:50:23.4996471Z [36;1m  git clone "$GITHUB_WORKSPACE" "$CACHE"[0m
2026-07-22T07:50:23.4996784Z [36;1m  git -C "$CACHE" checkout "$PIN"[0m
2026-07-22T07:50:23.4997143Z [36;1m  cargo build --manifest-path "$CACHE/Cargo.toml" -p spt --bin spt[0m
2026-07-22T07:50:23.4997504Z [36;1m  echo "$PIN" > "$CACHE/.builtpin"[0m
2026-07-22T07:50:23.4997795Z [36;1mfi[0m
2026-07-22T07:50:23.4998106Z [36;1mSPT_N1_OLD_BROKER="$BIN" cargo test -p spt --test n1_pairing -- --nocapture[0m
2026-07-22T07:50:23.5011396Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-07-22T07:50:23.5011735Z env:
2026-07-22T07:50:23.5011968Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-07-22T07:50:23.5012233Z ##[endgroup]
2026-07-22T07:50:23.8232601Z    Compiling proc-macro2 v1.0.106
2026-07-22T07:50:23.8233236Z    Compiling quote v1.0.45
2026-07-22T07:50:23.8233585Z    Compiling unicode-ident v1.0.24
2026-07-22T07:50:23.8234034Z    Compiling libc v0.2.186
2026-07-22T07:50:23.8234291Z    Compiling serde_core v1.0.228
2026-07-22T07:50:23.8234616Z    Compiling cfg-if v1.0.4
2026-07-22T07:50:23.8257538Z    Compiling serde v1.0.228
2026-07-22T07:50:23.8286177Z    Compiling log v0.4.32
2026-07-22T07:50:23.8337669Z    Compiling pin-project-lite v0.2.17
2026-07-22T07:50:23.8370562Z    Compiling portable-atomic v1.13.1
2026-07-22T07:50:23.8408853Z    Compiling typenum v1.20.1
2026-07-22T07:50:23.8448236Z    Compiling version_check v0.9.5
2026-07-22T07:50:23.8448743Z    Compiling memchr v2.8.1
2026-07-22T07:50:23.8449137Z    Compiling shlex v2.0.1
2026-07-22T07:50:23.8531831Z    Compiling find-msvc-tools v0.1.9
2026-07-22T07:50:23.8898034Z    Compiling critical-section v1.2.0
2026-07-22T07:50:23.9131551Z    Compiling subtle v2.6.1
2026-07-22T07:50:23.9391309Z    Compiling futures-core v0.3.32
2026-07-22T07:50:23.9708108Z    Compiling bytes v1.11.1
2026-07-22T07:50:24.0529814Z    Compiling smallvec v1.15.1
2026-07-22T07:50:24.1031865Z    Compiling equivalent v1.0.2
2026-07-22T07:50:24.1441611Z    Compiling itoa v1.0.18
2026-07-22T07:50:24.1500799Z    Compiling semver v1.0.28
2026-07-22T07:50:24.1612892Z    Compiling stable_deref_trait v1.2.1
2026-07-22T07:50:24.1651403Z    Compiling slab v0.4.12
2026-07-22T07:50:24.1771342Z    Compiling futures-sink v0.3.32
2026-07-22T07:50:24.1824195Z    Compiling generic-array v0.14.7
2026-07-22T07:50:24.1893266Z    Compiling futures-io v0.3.32
2026-07-22T07:50:24.2443630Z    Compiling futures-task v0.3.32
2026-07-22T07:50:24.2928480Z    Compiling futures-channel v0.3.32
2026-07-22T07:50:24.3099238Z    Compiling rand_core v0.10.1
2026-07-22T07:50:24.3406231Z    Compiling bitflags v2.12.1
2026-07-22T07:50:24.3501196Z    Compiling hashbrown v0.17.1
2026-07-22T07:50:24.3700880Z    Compiling rustversion v1.0.22
2026-07-22T07:50:24.4106205Z    Compiling getrandom v0.4.2
2026-07-22T07:50:24.4467182Z    Compiling rustc_version v0.4.1
2026-07-22T07:50:24.4561523Z    Compiling cpufeatures v0.2.17
2026-07-22T07:50:24.4680695Z    Compiling fnv v1.0.7
2026-07-22T07:50:24.5381960Z    Compiling strsim v0.11.1
2026-07-22T07:50:24.5700301Z    Compiling cfg_aliases v0.2.1
2026-07-22T07:50:24.5871152Z    Compiling writeable v0.6.3
2026-07-22T07:50:24.6220691Z    Compiling litemap v0.8.2
2026-07-22T07:50:24.6222714Z    Compiling fs_extra v1.3.0
2026-07-22T07:50:24.6540839Z    Compiling ident_case v1.0.1
2026-07-22T07:50:24.6650813Z    Compiling dunce v1.0.5
2026-07-22T07:50:24.7380474Z    Compiling utf8_iter v1.0.4
2026-07-22T07:50:24.7509719Z    Compiling icu_properties_data v2.2.0
2026-07-22T07:50:24.8320696Z    Compiling icu_normalizer_data v2.2.0
2026-07-22T07:50:24.8590645Z    Compiling autocfg v1.5.1
2026-07-22T07:50:24.8692473Z    Compiling percent-encoding v2.3.2
2026-07-22T07:50:24.8969519Z    Compiling http v1.4.1
2026-07-22T07:50:25.0290852Z    Compiling thiserror v2.0.18
2026-07-22T07:50:25.0790507Z    Compiling cpufeatures v0.3.0
2026-07-22T07:50:25.0890120Z    Compiling aws-lc-rs v1.17.0
2026-07-22T07:50:25.1090505Z    Compiling indexmap v2.14.0
2026-07-22T07:50:25.1401457Z    Compiling unicode-segmentation v1.13.3
2026-07-22T07:50:25.1409954Z    Compiling scopeguard v1.2.0
2026-07-22T07:50:25.1520774Z    Compiling chacha20 v0.10.0
2026-07-22T07:50:25.1700345Z    Compiling form_urlencoded v1.2.2
2026-07-22T07:50:25.1769385Z    Compiling syn v2.0.117
2026-07-22T07:50:25.2262125Z    Compiling lock_api v0.4.14
2026-07-22T07:50:25.2658847Z    Compiling untrusted v0.9.0
2026-07-22T07:50:25.3074791Z    Compiling rustls v0.23.40
2026-07-22T07:50:25.3928251Z    Compiling heck v0.5.0
2026-07-22T07:50:25.3935068Z    Compiling unicode-xid v0.2.6
2026-07-22T07:50:25.4036480Z    Compiling anyhow v1.0.102
2026-07-22T07:50:25.4127998Z    Compiling atomic-waker v1.1.2
2026-07-22T07:50:25.4898445Z    Compiling const-oid v0.10.2
2026-07-22T07:50:25.5072517Z    Compiling paste v1.0.15
2026-07-22T07:50:25.5150726Z    Compiling httparse v1.10.1
2026-07-22T07:50:25.5178214Z    Compiling zerocopy v0.8.50
2026-07-22T07:50:25.5269596Z    Compiling parking_lot_core v0.9.12
2026-07-22T07:50:25.5340708Z    Compiling hybrid-array v0.4.12
2026-07-22T07:50:25.6045790Z    Compiling num-traits v0.2.19
2026-07-22T07:50:25.6670745Z    Compiling jobserver v0.1.34
2026-07-22T07:50:25.7014734Z    Compiling convert_case v0.10.0
2026-07-22T07:50:25.7601298Z    Compiling curve25519-dalek v4.1.3
2026-07-22T07:50:25.7856253Z    Compiling ahash v0.8.12
2026-07-22T07:50:25.8042089Z    Compiling either v1.16.0
2026-07-22T07:50:25.8815809Z    Compiling http-body v1.0.1
2026-07-22T07:50:25.9375463Z    Compiling powerfmt v0.2.0
2026-07-22T07:50:25.9544282Z    Compiling cc v1.2.63
2026-07-22T07:50:25.9758662Z    Compiling base64ct v1.8.3
2026-07-22T07:50:25.9940518Z    Compiling fastrand v2.4.1
2026-07-22T07:50:26.0982098Z    Compiling crypto-common v0.1.7
2026-07-22T07:50:26.1071064Z    Compiling block-buffer v0.10.4
2026-07-22T07:50:26.1151613Z    Compiling deranged v0.5.8
2026-07-22T07:50:26.2049854Z    Compiling digest v0.10.7
2026-07-22T07:50:26.2170728Z    Compiling try-lock v0.2.5
2026-07-22T07:50:26.2339225Z    Compiling pkg-config v0.3.33
2026-07-22T07:50:26.3030698Z    Compiling pem-rfc7468 v1.0.0
2026-07-22T07:50:26.3130649Z    Compiling time-core v0.1.8
2026-07-22T07:50:26.3171396Z    Compiling tinyvec_macros v0.1.1
2026-07-22T07:50:26.3559320Z    Compiling vcpkg v0.2.15
2026-07-22T07:50:26.3740842Z    Compiling zmij v1.0.21
2026-07-22T07:50:26.4291209Z    Compiling base64 v0.22.1
2026-07-22T07:50:26.4976643Z    Compiling num-conv v0.2.2
2026-07-22T07:50:26.5180734Z    Compiling tower-service v0.3.3
2026-07-22T07:50:26.5284949Z    Compiling data-encoding v2.11.0
2026-07-22T07:50:26.5971546Z    Compiling mio v1.2.1
2026-07-22T07:50:26.6250896Z    Compiling socket2 v0.6.4
2026-07-22T07:50:26.6600074Z    Compiling getrandom v0.2.17
2026-07-22T07:50:26.7590479Z    Compiling sha2 v0.10.9
2026-07-22T07:50:26.7780767Z    Compiling tinyvec v1.11.0
2026-07-22T07:50:26.8345503Z    Compiling rand_core v0.6.4
2026-07-22T07:50:26.9036816Z    Compiling rand v0.10.1
2026-07-22T07:50:26.9744695Z    Compiling uuid v1.23.2
2026-07-22T07:50:27.0000646Z    Compiling parking_lot v0.12.5
2026-07-22T07:50:27.0671104Z    Compiling want v0.3.1
2026-07-22T07:50:27.2930778Z    Compiling cmake v0.1.58
2026-07-22T07:50:27.3356263Z    Compiling block-buffer v0.12.0
2026-07-22T07:50:27.3608428Z    Compiling crypto-common v0.2.2
2026-07-22T07:50:27.3760598Z    Compiling inout v0.1.4
2026-07-22T07:50:27.4346785Z    Compiling vergen-lib v9.1.0
2026-07-22T07:50:27.4434395Z    Compiling n0-future v0.3.2
2026-07-22T07:50:27.5030958Z    Compiling serde_json v1.0.150
2026-07-22T07:50:27.5217014Z    Compiling httpdate v1.0.3
2026-07-22T07:50:27.5837499Z    Compiling crossbeam-utils v0.8.21
2026-07-22T07:50:27.6230777Z    Compiling cordyceps v0.3.4
2026-07-22T07:50:27.6620620Z    Compiling parking v2.2.1
2026-07-22T07:50:27.6691016Z    Compiling diatomic-waker v0.2.3
2026-07-22T07:50:27.6895952Z    Compiling signature v2.2.0
2026-07-22T07:50:27.6960711Z    Compiling winnow v1.0.3
2026-07-22T07:50:27.7062522Z    Compiling spin v0.10.0
2026-07-22T07:50:27.7901332Z    Compiling ed25519 v2.2.3
2026-07-22T07:50:27.8090340Z    Compiling futures-lite v2.6.1
2026-07-22T07:50:27.8457136Z    Compiling cipher v0.4.4
2026-07-22T07:50:27.8650572Z    Compiling netlink-packet-core v0.8.1
2026-07-22T07:50:27.8810835Z    Compiling universal-hash v0.5.1
2026-07-22T07:50:27.8858236Z    Compiling vergen-lib v0.1.6
2026-07-22T07:50:27.8934318Z    Compiling vergen v9.1.0
2026-07-22T07:50:27.9090729Z    Compiling heapless v0.7.17
2026-07-22T07:50:27.9774558Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-07-22T07:50:28.0023371Z    Compiling futures-buffered v0.2.13
2026-07-22T07:50:28.0185627Z    Compiling noq-udp v0.10.0
2026-07-22T07:50:28.0821057Z    Compiling sync_wrapper v1.0.2
2026-07-22T07:50:28.0970812Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-07-22T07:50:28.1027381Z    Compiling byteorder v1.5.0
2026-07-22T07:50:28.1050705Z    Compiling allocator-api2 v0.2.21
2026-07-22T07:50:28.1300848Z    Compiling opaque-debug v0.3.1
2026-07-22T07:50:28.2050698Z    Compiling polyval v0.6.2
2026-07-22T07:50:28.2410555Z    Compiling aws-lc-sys v0.41.0
2026-07-22T07:50:28.2467605Z    Compiling ring v0.17.14
2026-07-22T07:50:28.2640912Z    Compiling libsqlite3-sys v0.30.1
2026-07-22T07:50:28.3090695Z    Compiling digest v0.11.3
2026-07-22T07:50:28.3130267Z    Compiling hash32 v0.2.1
2026-07-22T07:50:28.4630546Z    Compiling spin v0.9.8
2026-07-22T07:50:28.4720687Z    Compiling vergen-gitcl v1.0.8
2026-07-22T07:50:28.4844617Z    Compiling tower-layer v0.3.3
2026-07-22T07:50:28.5244449Z    Compiling fallible-iterator v0.3.0
2026-07-22T07:50:28.6131110Z    Compiling fallible-streaming-iterator v0.1.9
2026-07-22T07:50:28.6410620Z    Compiling ryu v1.0.23
2026-07-22T07:50:28.6857079Z    Compiling num_threads v0.1.7
2026-07-22T07:50:28.6935291Z    Compiling signature v3.0.0
2026-07-22T07:50:28.7868153Z    Compiling time v0.3.47
2026-07-22T07:50:28.8311102Z    Compiling sha2 v0.11.0-rc.5
2026-07-22T07:50:28.8513290Z    Compiling ghash v0.5.1
2026-07-22T07:50:28.8590722Z    Compiling aes v0.8.4
2026-07-22T07:50:28.8687025Z    Compiling ctr v0.9.2
2026-07-22T07:50:28.9291941Z    Compiling fs2 v0.4.3
2026-07-22T07:50:28.9630528Z    Compiling aead v0.5.2
2026-07-22T07:50:28.9800229Z    Compiling http-body-util v0.1.3
2026-07-22T07:50:29.0274119Z    Compiling utf8parse v0.2.2
2026-07-22T07:50:29.0730739Z    Compiling openssl-probe v0.2.1
2026-07-22T07:50:29.0770375Z    Compiling arrayvec v0.7.6
2026-07-22T07:50:29.1440657Z    Compiling crossbeam-channel v0.5.15
2026-07-22T07:50:29.1870360Z    Compiling crossbeam-epoch v0.9.18
2026-07-22T07:50:29.2450495Z    Compiling blake3 v1.8.5
2026-07-22T07:50:29.3040838Z    Compiling netlink-packet-route v0.29.0
2026-07-22T07:50:29.3100036Z    Compiling memoffset v0.6.5
2026-07-22T07:50:29.4470507Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-07-22T07:50:29.4916585Z    Compiling aes-gcm v0.10.3
2026-07-22T07:50:29.5273468Z    Compiling acto v0.8.2
2026-07-22T07:50:29.5650962Z    Compiling netwatch v0.16.0
2026-07-22T07:50:29.6539760Z    Compiling noq v0.18.0
2026-07-22T07:50:29.6615542Z    Compiling lru-slab v0.1.2
2026-07-22T07:50:29.7261479Z    Compiling tagptr v0.2.0
2026-07-22T07:50:29.7649761Z    Compiling sorted-index-buffer v0.2.1
2026-07-22T07:50:29.7861843Z    Compiling mac-addr v0.3.0
2026-07-22T07:50:29.7925376Z    Compiling foldhash v0.2.0
2026-07-22T07:50:29.8920750Z    Compiling rustc-hash v2.1.2
2026-07-22T07:50:29.9069465Z    Compiling ref-cast v1.0.25
2026-07-22T07:50:29.9209261Z    Compiling xml-rs v0.8.28
2026-07-22T07:50:29.9786101Z    Compiling thiserror v1.0.69
2026-07-22T07:50:29.9851098Z    Compiling rustix v1.1.4
2026-07-22T07:50:29.9879798Z    Compiling identity-hash v0.1.0
2026-07-22T07:50:30.0210657Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-07-22T07:50:30.0764812Z    Compiling hashbrown v0.16.1
2026-07-22T07:50:30.1827847Z    Compiling synstructure v0.13.2
2026-07-22T07:50:30.1979336Z    Compiling darling_core v0.20.11
2026-07-22T07:50:30.3456155Z    Compiling serde_derive_internals v0.29.1
2026-07-22T07:50:30.5021214Z    Compiling netlink-packet-route v0.30.0
2026-07-22T07:50:30.6980304Z    Compiling ioctl-rs v0.1.6
2026-07-22T07:50:30.7888881Z    Compiling xmltree v0.10.3
2026-07-22T07:50:30.8107424Z    Compiling proc-macro-crate v3.5.0
2026-07-22T07:50:30.8861020Z    Compiling serial-core v0.4.0
2026-07-22T07:50:31.0042477Z    Compiling errno v0.3.14
2026-07-22T07:50:31.0443982Z    Compiling termios v0.2.2
2026-07-22T07:50:31.0680579Z    Compiling aho-corasick v1.1.4
2026-07-22T07:50:31.1598248Z    Compiling simple-dns v0.9.3
2026-07-22T07:50:31.1850724Z    Compiling constant_time_eq v0.4.2
2026-07-22T07:50:31.2027841Z    Compiling winnow v0.7.15
2026-07-22T07:50:31.2930759Z    Compiling regex-syntax v0.8.10
2026-07-22T07:50:31.3730944Z    Compiling smol_str v0.1.24
2026-07-22T07:50:31.3889545Z    Compiling sha1_smol v1.0.1
2026-07-22T07:50:31.3990013Z    Compiling signal-hook v0.3.18
2026-07-22T07:50:31.5780599Z    Compiling arrayref v0.3.9
2026-07-22T07:50:31.5999093Z    Compiling resolv-conf v0.7.6
2026-07-22T07:50:31.6052223Z    Compiling toml_write v0.1.2
2026-07-22T07:50:31.6304922Z    Compiling linux-raw-sys v0.12.1
2026-07-22T07:50:31.6568454Z    Compiling simdutf8 v0.1.5
2026-07-22T07:50:31.8610839Z    Compiling serial-unix v0.4.0
2026-07-22T07:50:31.9643739Z    Compiling signal-hook-registry v1.4.8
2026-07-22T07:50:32.0511293Z    Compiling lru v0.16.4
2026-07-22T07:50:32.1990932Z    Compiling darling_core v0.23.0
2026-07-22T07:50:32.2190928Z    Compiling serde_bytes v0.11.19
2026-07-22T07:50:32.2251689Z    Compiling serde_derive v1.0.228
2026-07-22T07:50:32.3230785Z    Compiling zeroize_derive v1.4.3
2026-07-22T07:50:32.4705357Z    Compiling tokio-macros v2.7.0
2026-07-22T07:50:32.4790359Z    Compiling futures-macro v0.3.32
2026-07-22T07:50:32.9060475Z    Compiling zeroize v1.8.2
2026-07-22T07:50:33.1200574Z    Compiling zerofrom-derive v0.1.7
2026-07-22T07:50:33.1390560Z    Compiling tokio v1.52.3
2026-07-22T07:50:33.4440734Z    Compiling futures-util v0.3.32
2026-07-22T07:50:33.5459704Z    Compiling yoke-derive v0.8.2
2026-07-22T07:50:33.7511149Z    Compiling zerovec-derive v0.11.3
2026-07-22T07:50:33.8464198Z    Compiling displaydoc v0.2.6
2026-07-22T07:50:34.3304110Z    Compiling tracing-attributes v0.1.31
2026-07-22T07:50:34.6150551Z    Compiling zerofrom v0.1.8
2026-07-22T07:50:34.6960007Z    Compiling rustls-pki-types v1.14.1
2026-07-22T07:50:34.7167644Z    Compiling curve25519-dalek-derive v0.1.1
2026-07-22T07:50:34.7486526Z    Compiling thiserror-impl v2.0.18
2026-07-22T07:50:34.9610212Z    Compiling yoke v0.8.3
2026-07-22T07:50:35.1730431Z    Compiling zerotrie v0.2.4
2026-07-22T07:50:35.2080722Z    Compiling zerovec v0.11.6
2026-07-22T07:50:35.4516286Z    Compiling darling_macro v0.20.11
2026-07-22T07:50:35.5911254Z    Compiling derive_more-impl v2.1.1
2026-07-22T07:50:35.6171896Z    Compiling spez v0.1.2
2026-07-22T07:50:35.6470975Z    Compiling n0-error-macros v0.1.3
2026-07-22T07:50:35.7963517Z    Compiling darling v0.20.11
2026-07-22T07:50:35.8811635Z    Compiling derive_builder_core v0.20.2
2026-07-22T07:50:35.9351022Z    Compiling tinystr v0.8.3
2026-07-22T07:50:35.9720942Z    Compiling potential_utf v0.1.5
2026-07-22T07:50:35.9978867Z    Compiling der v0.8.0-rc.10
2026-07-22T07:50:36.1285100Z    Compiling icu_locale_core v2.2.0
2026-07-22T07:50:36.1572138Z    Compiling icu_collections v2.2.0
2026-07-22T07:50:36.5399216Z    Compiling pin-project-internal v1.1.13
2026-07-22T07:50:36.7749869Z    Compiling n0-error v0.1.3
2026-07-22T07:50:36.9840666Z    Compiling futures-executor v0.3.32
2026-07-22T07:50:37.2110529Z    Compiling futures v0.3.32
2026-07-22T07:50:37.2380370Z    Compiling derive_builder_macro v0.20.2
2026-07-22T07:50:37.2600692Z    Compiling cobs v0.3.0
2026-07-22T07:50:37.3428308Z    Compiling ipnet v2.12.0
2026-07-22T07:50:37.3705564Z    Compiling icu_provider v2.2.0
2026-07-22T07:50:37.4970604Z    Compiling spki v0.8.0-rc.4
2026-07-22T07:50:37.5500959Z    Compiling derive_builder v0.20.2
2026-07-22T07:50:37.7041610Z    Compiling icu_normalizer v2.2.0
2026-07-22T07:50:37.8050527Z    Compiling icu_properties v2.2.0
2026-07-22T07:50:37.9600872Z    Compiling pin-project v1.1.13
2026-07-22T07:50:38.0334131Z    Compiling once_cell v1.21.4
2026-07-22T07:50:38.0408557Z    Compiling prefix-trie v0.8.4
2026-07-22T07:50:38.0501275Z    Compiling pkcs8 v0.11.0-rc.10
2026-07-22T07:50:38.0675032Z    Compiling ed25519-dalek v2.2.0
2026-07-22T07:50:38.2210678Z    Compiling tracing-core v0.1.36
2026-07-22T07:50:38.4457158Z    Compiling hashbrown v0.14.5
2026-07-22T07:50:38.4771023Z    Compiling spt-proto v0.40.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-proto)
2026-07-22T07:50:38.5279210Z    Compiling ed25519 v3.0.0-rc.4
2026-07-22T07:50:38.6530871Z    Compiling data-encoding-macro-internal v0.1.18
2026-07-22T07:50:38.8170269Z    Compiling tracing v0.1.44
2026-07-22T07:50:38.8717140Z    Compiling postcard-derive v0.2.2
2026-07-22T07:50:38.9910766Z    Compiling rustls-native-certs v0.8.4
2026-07-22T07:50:39.0518252Z    Compiling async-trait v0.1.89
2026-07-22T07:50:39.0770212Z    Compiling data-encoding-macro v0.1.20
2026-07-22T07:50:39.2070901Z    Compiling tokio-util v0.7.18
2026-07-22T07:50:39.2610631Z    Compiling hashlink v0.9.1
2026-07-22T07:50:39.4360832Z    Compiling idna_adapter v1.2.2
2026-07-22T07:50:39.4461571Z    Compiling netlink-sys v0.8.8
2026-07-22T07:50:39.5520604Z    Compiling idna v1.1.0
2026-07-22T07:50:39.5650452Z    Compiling postcard v1.1.3
2026-07-22T07:50:39.6410575Z    Compiling tower v0.5.3
2026-07-22T07:50:39.7058283Z    Compiling num_enum_derive v0.7.6
2026-07-22T07:50:39.7449689Z    Compiling iroh-metrics-derive v0.4.1
2026-07-22T07:50:39.7701411Z    Compiling enum-assoc v1.3.0
2026-07-22T07:50:39.7940990Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-07-22T07:50:39.9110705Z    Compiling strum_macros v0.28.0
2026-07-22T07:50:40.0594941Z    Compiling url v2.5.8
2026-07-22T07:50:40.0720729Z    Compiling rusqlite v0.32.1
2026-07-22T07:50:40.2530460Z    Compiling h2 v0.4.14
2026-07-22T07:50:40.2653406Z    Compiling tokio-stream v0.1.18
2026-07-22T07:50:40.2760721Z    Compiling iroh-metrics v0.38.3
2026-07-22T07:50:40.3030868Z    Compiling derive_more v2.1.1
2026-07-22T07:50:40.4306885Z    Compiling iroh-relay v0.98.0
2026-07-22T07:50:40.5607481Z    Compiling netdev v0.42.0
2026-07-22T07:50:40.5760858Z    Compiling netlink-proto v0.12.0
2026-07-22T07:50:40.6770815Z    Compiling n0-watcher v0.6.1
2026-07-22T07:50:40.7612294Z    Compiling moka v0.12.15
2026-07-22T07:50:40.7950521Z    Compiling toml_datetime v0.6.11
2026-07-22T07:50:40.8210063Z    Compiling num_enum v0.7.6
2026-07-22T07:50:40.9020741Z    Compiling serde_spanned v0.6.9
2026-07-22T07:50:40.9138883Z    Compiling ref-cast-impl v1.0.25
2026-07-22T07:50:40.9440019Z    Compiling hickory-proto v0.26.0-beta.4
2026-07-22T07:50:40.9768128Z    Compiling tower-http v0.6.11
2026-07-22T07:50:41.0075345Z    Compiling attohttpc v0.30.1
2026-07-22T07:50:41.0445716Z    Compiling iroh-base v0.98.0
2026-07-22T07:50:41.1410157Z    Compiling thiserror-impl v1.0.69
2026-07-22T07:50:41.1560809Z    Compiling toml_edit v0.22.27
2026-07-22T07:50:41.4569196Z    Compiling spt-store v0.40.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-store)
2026-07-22T07:50:41.6963589Z    Compiling webpki-roots v1.0.7
2026-07-22T07:50:41.8280146Z    Compiling regex-automata v0.4.14
2026-07-22T07:50:41.8420268Z    Compiling schemars_derive v1.2.1
2026-07-22T07:50:42.0180441Z    Compiling seize v0.5.1
2026-07-22T07:50:42.0954711Z    Compiling hmac v0.12.1
2026-07-22T07:50:42.2380691Z    Compiling iroh v0.98.2
2026-07-22T07:50:42.2786764Z    Compiling cmov v0.5.4
2026-07-22T07:50:42.4850597Z    Compiling dyn-clone v1.0.20
2026-07-22T07:50:42.4950663Z    Compiling rustix v0.38.44
2026-07-22T07:50:42.5300562Z    Compiling pin-utils v0.1.0
2026-07-22T07:50:42.5768256Z    Compiling strum v0.28.0
2026-07-22T07:50:42.5903375Z    Compiling bitflags v1.3.2
2026-07-22T07:50:42.5980108Z    Compiling ctutils v0.4.2
2026-07-22T07:50:42.6309633Z    Compiling papaya v0.2.4
2026-07-22T07:50:42.6661008Z    Compiling iroh-dns v0.98.0
2026-07-22T07:50:42.6906745Z    Compiling nix v0.25.1
2026-07-22T07:50:42.7870806Z    Compiling hkdf v0.12.4
2026-07-22T07:50:42.8781044Z    Compiling backon v1.6.0
2026-07-22T07:50:42.9009190Z    Compiling filedescriptor v0.8.3
2026-07-22T07:50:42.9045639Z    Compiling darling_macro v0.23.0
2026-07-22T07:50:43.1412275Z    Compiling serial v0.4.0
2026-07-22T07:50:43.1616797Z    Compiling anstyle-parse v1.0.0
2026-07-22T07:50:43.1891078Z    Compiling vte_generate_state_changes v0.1.2
2026-07-22T07:50:43.2340770Z    Compiling shell-words v1.1.1
2026-07-22T07:50:43.2460931Z    Compiling is_terminal_polyfill v1.70.2
2026-07-22T07:50:43.2871516Z    Compiling unicode-width v0.2.0
2026-07-22T07:50:43.3280376Z    Compiling downcast-rs v1.2.1
2026-07-22T07:50:43.3598787Z    Compiling anstyle v1.0.14
2026-07-22T07:50:43.3872938Z    Compiling colorchoice v1.0.5
2026-07-22T07:50:43.4152061Z    Compiling instability v0.3.12
2026-07-22T07:50:43.4298663Z    Compiling foldhash v0.1.5
2026-07-22T07:50:43.4301002Z    Compiling linux-raw-sys v0.4.15
2026-07-22T07:50:43.4691418Z    Compiling anstyle-query v1.1.5
2026-07-22T07:50:43.4970642Z    Compiling vte v0.13.1
2026-07-22T07:50:43.5684996Z    Compiling hashbrown v0.15.5
2026-07-22T07:50:43.5925606Z    Compiling darling v0.23.0
2026-07-22T07:50:43.5996307Z    Compiling signal-hook-mio v0.2.5
2026-07-22T07:50:43.6058197Z    Compiling spake2 v0.4.0
2026-07-22T07:50:43.6533318Z    Compiling anstream v1.0.0
2026-07-22T07:50:43.6966265Z    Compiling terminal_size v0.4.4
2026-07-22T07:50:43.7052579Z    Compiling strum_macros v0.26.4
2026-07-22T07:50:43.8830460Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-07-22T07:50:43.9340685Z    Compiling schemars v1.2.1
2026-07-22T07:50:44.0200769Z    Compiling toml v0.8.23
2026-07-22T07:50:44.1060652Z    Compiling sha1 v0.10.6
2026-07-22T07:50:44.3880966Z    Compiling itertools v0.13.0
2026-07-22T07:50:44.4140675Z    Compiling castaway v0.2.4
2026-07-22T07:50:44.5004350Z    Compiling static_assertions v1.1.0
2026-07-22T07:50:44.5890733Z    Compiling doctest-file v1.1.1
2026-07-22T07:50:44.7100926Z    Compiling indoc v2.0.7
2026-07-22T07:50:45.0370330Z    Compiling regex v1.12.3
2026-07-22T07:50:45.1010674Z    Compiling clap_lex v1.1.0
2026-07-22T07:50:45.1260889Z    Compiling unicode-width v0.1.14
2026-07-22T07:50:45.3900857Z    Compiling spt-msg v0.40.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-msg)
2026-07-22T07:50:45.4240842Z    Compiling clap_builder v4.6.0
2026-07-22T07:50:45.6740419Z    Compiling hyper v1.10.1
2026-07-22T07:50:45.8275565Z    Compiling spt-runtime v0.40.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-runtime)
2026-07-22T07:50:46.0530918Z    Compiling strum v0.26.3
2026-07-22T07:50:46.1637888Z    Compiling interprocess v2.4.2
2026-07-22T07:50:46.2224125Z    Compiling crossterm v0.28.1
2026-07-22T07:50:46.4859884Z    Compiling unicode-truncate v1.1.0
2026-07-22T07:50:46.5063096Z    Compiling compact_str v0.8.2
2026-07-22T07:50:46.5132641Z    Compiling lru v0.12.5
2026-07-22T07:50:46.6503989Z    Compiling clap_derive v4.6.1
2026-07-22T07:50:46.7084229Z    Compiling iana-time-zone v0.1.65
2026-07-22T07:50:46.7281265Z    Compiling cassowary v0.3.0
2026-07-22T07:50:46.8430500Z    Compiling portable-pty v0.8.1
2026-07-22T07:50:47.0379942Z    Compiling chrono v0.4.45
2026-07-22T07:50:47.3083239Z    Compiling spt-term v0.40.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-term)
2026-07-22T07:50:47.5250653Z    Compiling ratatui v0.29.0
2026-07-22T07:50:47.5700832Z    Compiling nucleo-matcher v0.3.1
2026-07-22T07:50:47.7453371Z    Compiling qrcode v0.14.1
2026-07-22T07:50:47.8461312Z    Compiling hyper-util v0.1.20
2026-07-22T07:50:47.9840854Z    Compiling tempfile v3.27.0
2026-07-22T07:50:49.0409309Z    Compiling clap v4.6.1
2026-07-22T07:50:49.1322579Z    Compiling spt-live v0.40.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-live)
2026-07-22T07:50:49.8670750Z    Compiling igd-next v0.17.1
2026-07-22T07:50:51.0221467Z    Compiling portmapper v0.16.0
2026-07-22T07:50:55.9016394Z    Compiling rustls-webpki v0.103.13
2026-07-22T07:50:58.2517922Z    Compiling tokio-rustls v0.26.4
2026-07-22T07:50:58.2519853Z    Compiling noq-proto v0.17.0
2026-07-22T07:50:58.2520236Z    Compiling rustls-platform-verifier v0.7.0
2026-07-22T07:50:58.4073807Z    Compiling hyper-rustls v0.27.9
2026-07-22T07:50:58.4076590Z    Compiling hickory-net v0.26.0-beta.4
2026-07-22T07:50:58.4077128Z    Compiling tokio-websockets v0.13.2
2026-07-22T07:50:58.5391071Z    Compiling reqwest v0.13.4
2026-07-22T07:50:59.4261341Z    Compiling hickory-resolver v0.26.0-beta.4
2026-07-22T07:51:13.0769948Z    Compiling spt-net v0.40.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-net)
2026-07-22T07:51:14.5381601Z    Compiling spt-daemon v0.40.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-daemon)
2026-07-22T07:51:23.9286106Z    Compiling spt v0.40.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt)
2026-07-22T07:51:28.7503689Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 05s
2026-07-22T07:51:28.7738330Z      Running tests/n1_pairing.rs (target/debug/deps/n1_pairing-941b1c891af15240)
2026-07-22T07:51:28.7751729Z 
2026-07-22T07:51:28.7754040Z running 1 test
2026-07-22T07:51:34.9695509Z test new_brain_serves_against_old_broker ... ok
2026-07-22T07:51:34.9695771Z 
2026-07-22T07:51:34.9696018Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.19s
2026-07-22T07:51:34.9696335Z 
